Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 173,104 for

document formatting

(0.25 sec)
  1. Aspose::Words::Saving::MarkdownSaveOptions::get...

    Aspose::Words::Saving::MarkdownSaveOptions::get_ExportUnderlineFormatting method. Gets or sets a boolean value indicating either to export underline text Formatting as sequence of two plus characters "++". The default value is false in C++....to export underline text formatting as sequence of two plus characters...Shows how to export underline formatting as ++. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Tables and Ranges|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....in a table without losing formatting, convert the table to a regular...to a range without losing formatting. In Microsoft Excel 2007/2010:...

    docs.aspose.com/cells/net/tables-and-ranges/
  3. Working with Hyperlinks in C++|Aspose.Words for...

    How to add a hyperlink into your Document using Aspose.Words for C++....hyperlink in Microsoft Word documents is the HYPERLINK field. In...insert a hyperlink into the document. This method accepts three...

    docs.aspose.com/words/cpp/working-with-hyperlinks/
  4. ChartFormat class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartFormat class. Represents the Formatting of a chart element...ChartFormat class Represents the formatting of a chart element. To learn...the Working with Charts documentation article. Properties Name...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Change the format of a cell|Documentation

    How to use Aspose.Cells library in JavaScript via C++ to change the Formatting of cells, including font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....Change the format of a cell Contents [ Hide ] Possible Usage...change the format of a cell in Excel To change the format of a single...

    docs.aspose.com/cells/javascript-cpp/how-to-cha...
  6. ChartFormat.fill property | Aspose.Words for Py...

    ChartFormat.fill property. Gets fill Formatting for the parent chart element....fill property Gets fill formatting for the parent chart element...to set marker formatting. doc = aw . Document () builder = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Features|Documentation

    Aspose.Cells for Node.js via C++ features.... File Formats and Conversions Many customers...worldwide rely on the thorough document import and export features...

    docs.aspose.com/cells/nodejs-cpp/features/
  8. How to Create a Table in C#|Aspose.Words for .NET

    A guide on how to make a table in C# in various ways. Create table in C# for your Document....to create a table in a Word document programmatically and discusses...discusses styling, formatting, and content population. Aspose.Words...

    docs.aspose.com/words/net/create-a-table/
  9. Only some contents are bold - Free Support Foru...

    2237_Source.docx (20.6 KB) 2237_Development_withMergeFieldsFilledIn.docx (20.3 KB) Could anyone explain why the latest version of aspose, being used by the code shown below, would produce an output where only some of t…...LWObjects; var doc = new Document(lwDoc.SourceFileName); mergeInfo...appearing bold in the output document, while it was fully bold in...

    forum.aspose.com/t/only-some-contents-are-bold/...
  10. InsertHtml does not preserve the color style sp...

    Code: public void GenerateWordFromWithColors() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra Formatting to the table. DocumentBuilder bu…...specified with rgba in the word document Aspose.Words Product Family...GenerateWordFromWith() { Document doc = new Document(); // We can position...

    forum.aspose.com/t/inserthtml-does-not-preserve...